home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN">
- <html>
- <head>
- <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=UTF-8" />
- <title>Insert the title here</title>
- </head>
- <frameset cols="30%,*">
- <frame name="[left frame]" src="URL of left frame"/>
- <frame name="[right frame]" src="URL of right frame"/>
- <noframes>
- <body>
- <!-- The body message when the frames were not supported-->
- </body>
- </noframes>
- </frameset>
- </html>
-